home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb-4.5 / sun4.md / gdb / Makefile < prev    next >
Encoding:
Makefile  |  1992-07-16  |  56.8 KB  |  1,351 lines

  1.  
  2. # This file was generated automatically by configure.  Do not edit.
  3. host_alias = sun4
  4. host_cpu = sparc
  5. host_vendor = sun
  6. host_os = sunos411
  7. target_alias = sun4
  8. target_cpu = sparc
  9. target_vendor = sun
  10. target_os = sunos411
  11. target_makefile_frag = ./config/sun4.mt
  12. host_makefile_frag = ./config/sun4.mh
  13. site_makefile_frag = 
  14. links =  xm.h tm.h
  15. VPATH = .
  16. ALL=all.internal
  17. #Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
  18.  
  19. # This file is part of GDB.
  20.  
  21. # This program is free software; you can redistribute it and/or modify
  22. # it under the terms of the GNU General Public License as published by
  23. # the Free Software Foundation; either version 2 of the License, or
  24. # (at your option) any later version.
  25. # This program is distributed in the hope that it will be useful,
  26. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  27. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  28. # GNU General Public License for more details.
  29. # You should have received a copy of the GNU General Public License
  30. # along with this program; if not, write to the Free Software
  31. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  32.  
  33. prefix = /usr/local
  34.  
  35. program_prefix = 
  36. exec_prefix = $(prefix)
  37. bindir = $(exec_prefix)/bin
  38. libdir = $(exec_prefix)/lib
  39.  
  40. datadir = $(prefix)/lib
  41. mandir = $(prefix)/man
  42. man1dir = $(mandir)/man1
  43. man2dir = $(mandir)/man2
  44. man3dir = $(mandir)/man3
  45. man4dir = $(mandir)/man4
  46. man5dir = $(mandir)/man5
  47. man6dir = $(mandir)/man6
  48. man7dir = $(mandir)/man7
  49. man8dir = $(mandir)/man8
  50. man9dir = $(mandir)/man9
  51. infodir = $(prefix)/info
  52. includedir = $(prefix)/include
  53. docdir = $(datadir)/doc
  54.  
  55. SHELL = /bin/sh
  56.  
  57. INSTALL = install -c
  58. INSTALL_PROGRAM = $(INSTALL)
  59. INSTALL_DATA = $(INSTALL)
  60.  
  61. AR = ar
  62. AR_FLAGS = qv
  63. RANLIB = ranlib
  64.  
  65. # Flags that describe where you can find the termcap library.
  66. # This can be overridden in the host Makefile fragment file.
  67. TERMCAP = -ltermcap
  68.  
  69. # System V: If you compile gdb with a compiler which uses the coff
  70. # encapsulation feature (this is a function of the compiler used, NOT
  71. # of the m-?.h file selected by config.gdb), you must make sure that
  72. # the GNU nm is the one that is used by munch.
  73.  
  74. # If you are compiling with GCC, make sure that either 1) You use the
  75. # -traditional flag, or 2) You have the fixed include files where GCC
  76. # can reach them.  Otherwise the ioctl calls in inflow.c
  77. # will be incorrectly compiled.  The "fixincludes" script in the gcc
  78. # distribution will fix your include files up.
  79. #CC=cc
  80. #CC=gcc -traditional
  81. GCC=gcc
  82.  
  83. # Directory containing source files.  Don't clean up the spacing,
  84. # this exact string is matched for by the "configure" script.
  85. srcdir = .
  86.  
  87. # It is also possible that you will need to add -I/usr/include/sys to the
  88. # CFLAGS section if your system doesn't have fcntl.h in /usr/include (which 
  89. # is where it should be according to Posix).
  90.  
  91. BISON=bison -y
  92. BISONFLAGS=
  93. YACC=$(BISON) $(BISONFLAGS)
  94. # YACC=yacc
  95. MAKE=make
  96.  
  97. # Documentation (gdb.dvi) needs either GNU m4 or SysV m4; 
  98. # Berkeley/Sun don't have quite enough. 
  99. #M4=/usr/5bin/m4
  100. M4=gm4
  101.  
  102. # where to find texinfo; GDB dist should include a recent one
  103. TEXIDIR=${srcdir}/../texinfo/fsf
  104.  
  105. # where to find makeinfo, preferably one designed for texinfo-2
  106. MAKEINFO=makeinfo
  107.  
  108. # Set this up with gcc if you have gnu ld and the loader will print out
  109. # line numbers for undefinded refs.
  110. #CC-LD=gcc -static
  111. CC-LD=${CC}
  112.  
  113. # Where is the "include" directory?  Traditionally ../include or ./include
  114. INCLUDE_DIR =  ${srcdir}/../include
  115. INCLUDE_DEP = $$(INCLUDE_DIR)
  116.  
  117. # Where is the source dir for the MMALLOC library? Traditionally ../mmalloc
  118. # or ./mmalloc  (When we want the binary library built from it, we use
  119. # ${MMALLOC_DIR}${subdir}.)
  120. # Note that mmalloc can still be used on systems without mmap().
  121. # To use your system malloc, comment out the following defines.
  122. MMALLOC_DIR = ${srcdir}/../mmalloc
  123. MMALLOC_DEP = $$(MMALLOC_DIR)
  124. MMALLOC_LIB = ./../mmalloc${subdir}/libmmalloc.a
  125. # To use your system malloc, uncomment MMALLOC_DISABLE.
  126. #MMALLOC_DISABLE = -DNO_MMALLOC
  127. # To use mmalloc but disable corruption checking, uncomment MMALLOC_CHECK
  128. #MMALLOC_CHECK = -DNO_MMALLOC_CHECK
  129. MMALLOC_CFLAGS = ${MMALLOC_CHECK} ${MMALLOC_DISABLE}
  130.  
  131. # Where is the source dir for the BFD library?  Traditionally ../bfd or ./bfd
  132. # (When we want the binary library built from it, we use ${BFD_DIR}${subdir}.)
  133. BFD_DIR =  ${srcdir}/../bfd
  134. BFD_DEP = $$(BFD_DIR)
  135. BFD_LIB = ./../bfd${subdir}/libbfd.a
  136.  
  137. # Where is the source dir for the READLINE library?  Traditionally in .. or .
  138. # (For the binary library built from it, we use ${READLINE_DIR}${subdir}.)
  139. READLINE_DIR = ${srcdir}/../readline
  140. READLINE_DEP = $$(READLINE_DIR)
  141. RL_LIB = ./../readline${subdir}/libreadline.a
  142.  
  143. # All the includes used for CFLAGS and for lint.
  144. # -I. for config files.
  145. # -I${srcdir} possibly for regex.h also.
  146. INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR) -I$(READLINE_DIR) -I${srcdir}/vx-share
  147.  
  148. # {X,T}M_CFLAGS, if defined, has system-dependent CFLAGS.
  149. # CFLAGS for GDB
  150. MINUS_G=-g -O
  151. GLOBAL_CFLAGS = ${MINUS_G} ${TM_CFLAGS} ${XM_CFLAGS}
  152. #PROFILE_CFLAGS = -pg
  153.  
  154. # CFLAGS is the aggregate of several individual *_CFLAGS macros.
  155. # USER_CFLAGS is specifically reserved for setting from the command line
  156. # when running make.  I.E.  "make USER_CFLAGS=-Wmissing-prototypes".
  157. CFLAGS = ${GLOBAL_CFLAGS} ${PROFILE_CFLAGS} ${MMALLOC_CFLAGS} ${INCLUDE_CFLAGS} ${USER_CFLAGS} -Dsprite
  158. # None of the things in CFLAGS will do any harm, and on some systems
  159. #  (e.g. SunOS4) it is important to use the M_CFLAGS.
  160. LDFLAGS = $(CFLAGS)
  161.  
  162. # Where is the "-liberty" library, containing getopt and obstack?
  163. LIBIBERTY_DIR = ${srcdir}/../libiberty
  164. LIBIBERTY = ./../libiberty${subdir}/libiberty.a
  165.  
  166. # The config/mh-* file must define REGEX and REGEX1 on USG machines.
  167. # If your sysyem is missing alloca(), or, more likely, it's there but
  168. # it doesn't work, define ALLOCA & ALLOCA1 too.
  169. # If your system is missing putenv(), add putenv.c to XM_ADD_FILES.
  170.  
  171. # Libraries and corresponding dependencies for compiling gdb.
  172. # {X,T}M_CLIBS, defined in *config files, have host- and target-dependent libs.
  173. # TERMCAP comes after readline, since readline depends on it.
  174. CLIBS = ${BFD_LIB}  ${RL_LIB} ${TERMCAP} ${MMALLOC_LIB} ${LIBIBERTY} \
  175.     ${XM_CLIBS} ${TM_CLIBS}
  176. CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${MMALLOC_LIB} ${LIBIBERTY} \
  177.     ${RL_LIB} ${MMALLOC_LIB}
  178.  
  179. ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES}
  180. ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES}
  181.  
  182. VERSION = 4.5
  183. DIST=gdb
  184.  
  185. LINT=/usr/5bin/lint
  186. LINTFLAGS= -I${BFD_DIR}
  187.  
  188. # Host and target-dependent makefile fragments come in here.
  189. ####
  190. # Target: Sun 4 or Sparcstation, running SunOS 4
  191. TDEPFILES= exec.o sparc-tdep.o sparc-pinsn.o solib.o
  192. TM_FILE= tm-sun4os4.h
  193. # Host: Sun 4 or Sparcstation, running SunOS 4
  194. XDEPFILES= infptrace.o sparc-xdep.o
  195. XM_FILE= xm-sun4os4.h
  196. # End of host and target-dependent makefile fragments
  197.  
  198. # Source files in the main directory.
  199. # Files which are included via a config/* Makefile fragment
  200. # should *not* be specified here; they're in "ALLDEPFILES".
  201. SFILES_MAINDIR = \
  202.     blockframe.c breakpoint.c command.c core.c \
  203.     environ.c eval.c expprint.c findvar.c inflow.c infrun.c \
  204.     main.c printcmd.c gdbtypes.c \
  205.     sun4_kgdb_remote.c source.c stack.c symmisc.c symtab.c symfile.c \
  206.     utils.c valarith.c valops.c valprint.c values.c c-exp.y m2-exp.y \
  207.     signame.c cplus-dem.c mem-break.c target.c inftarg.c \
  208.     dbxread.c coffread.c elfread.c dwarfread.c xcoffread.c \
  209.     ieee-float.c language.c parse.c buildsym.c objfiles.c \
  210.     minsyms.c mipsread.c
  211.  
  212. # GDB source files
  213. GFILES_MAINDIR = \
  214.     infcmd.c ptrace.c procDebugRegs.c
  215.  
  216. # KGDB source files
  217. KFILES_MAINDIR = \
  218.     kgdb_ptrace.c kgdbcmd.c kinfcmd.c
  219.  
  220. # Source files in subdirectories (which will be handled separately by
  221. #  'make gdb.tar.Z').
  222. # Files which are included via a config/* Makefile fragment
  223. # should *not* be specified here; they're in "ALLDEPFILES".
  224. SFILES_SUBDIR = \
  225.      ${srcdir}/vx-share/dbgRpcLib.h \
  226.      ${srcdir}/vx-share/ptrace.h \
  227.      ${srcdir}/vx-share/reg.h \
  228.      ${srcdir}/vx-share/vxTypes.h \
  229.      ${srcdir}/vx-share/vxWorks.h \
  230.      ${srcdir}/vx-share/wait.h \
  231.      ${srcdir}/vx-share/xdr_ld.h \
  232.      ${srcdir}/vx-share/xdr_ptrace.h \
  233.      ${srcdir}/vx-share/xdr_rdb.h \
  234.      ${srcdir}/vx-share/xdr_regs.h \
  235.      ${srcdir}/nindy-share/b.out.h \
  236.      ${srcdir}/nindy-share/block_io.h \
  237.      ${srcdir}/nindy-share/coff.h \
  238.      ${srcdir}/nindy-share/demux.h \
  239.      ${srcdir}/nindy-share/env.h \
  240.      ${srcdir}/nindy-share/stop.h \
  241.      ${srcdir}/nindy-share/ttycntl.h
  242.  
  243. # Non-source files in subdirs, that should go into gdb.tar.Z.
  244. NONSRC_SUBDIR = \
  245.      ${srcdir}/nindy-share/Makefile \
  246.      ${srcdir}/nindy-share/VERSION
  247.  
  248. # All source files that go into linking GDB, except config-specified files.
  249. SFILES = $(SFILES_MAINDIR) $(SFILES_SUBDIR)
  250.  
  251. # All source files that lint should look at
  252. LINTFILES = $(SFILES) $(YYFILES) init.c
  253.  
  254. # Any additional files specified on these lines should also be added to
  255. # the OTHERS = definition below, so they go in the tar files.
  256. SFILES_STAND = $(SFILES) standalone.c
  257. SFILES_KGDB  = $(SFILES) stuff.c kdb-start.c
  258.  
  259. # Header files that are not named in config/* Makefile fragments go here.
  260. HFILES=    breakpoint.h buildsym.h call-cmds.h command.h defs.h environ.h \
  261.     expression.h frame.h gdbcmd.h gdbcore.h gdbtypes.h \
  262.     ieee-float.h inferior.h minimon.h objfiles.h partial-stab.h \
  263.     signals.h signame.h symfile.h symtab.h solib.h xcoffsolib.h \
  264.     target.h terminal.h tm-68k.h tm-i960.h tm-sunos.h tm-sysv4.h \
  265.     xm-m68k.h xm-sysv4.h language.h parser-defs.h value.h xm-vax.h
  266.  
  267. REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar
  268.  
  269. POSSLIBS_MAINDIR = regex.c regex.h alloca.c
  270. POSSLIBS = $(POSSLIBS_MAINDIR)
  271.  
  272. TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
  273.  
  274. OTHERS = Makefile.in depend alldeps.mak createtags munch configure.in \
  275.      ChangeLog ChangeLog-9091 ChangeLog-3.x gdb.1 refcard.ps \
  276.      README TODO TAGS WHATS.NEW Projects \
  277.      .gdbinit COPYING $(YYFILES) \
  278.      copying.c Convex.notes copying.awk \
  279.      saber.suppress standalone.c stuff.c kdb-start.c \
  280.      putenv.c
  281.  
  282. # Subdirectories of gdb, which should be included in their entirety in
  283. # gdb-xxx.tar.Z:
  284. TARDIRS = doc # tests
  285.  
  286. # GDB "info" files, which should be included in their entirety
  287. INFOFILES = gdb.info*
  288.  
  289. DEPFILES= ${TDEPFILES} ${XDEPFILES}
  290.  
  291. SOURCES=$(SFILES) $(ALLDEPFILES) $(YYFILES)
  292. TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS} 
  293. TAGFILES_MAINDIR = $(SFILES_MAINDIR) $(ALLDEPFILES_MAINDIR) \
  294.              ${HFILES} ${ALLPARAM} ${POSSLIBS_MAINDIR} 
  295. TARFILES = ${TAGFILES_MAINDIR} ${OTHERS} ${REMOTE_EXAMPLES}
  296.  
  297. OBS = main.o blockframe.o breakpoint.o findvar.o stack.o source.o \
  298.     values.o eval.o valops.o valarith.o valprint.o printcmd.o \
  299.     symtab.o symfile.o symmisc.o infrun.o \
  300.     command.o utils.o expprint.o environ.o version.o gdbtypes.o \
  301.     copying.o $(DEPFILES) signame.o cplus-dem.o mem-break.o target.o \
  302.     inftarg.o ieee-float.o putenv.o parse.o language.o $(YYOBJ) \
  303.     buildsym.o objfiles.o minsyms.o \
  304.     dbxread.o coffread.o elfread.o dwarfread.o xcoffread.o mipsread.o
  305.  
  306. GOBS = infcmd.o remote.o ptrace.o procDebugRegs.o
  307.  
  308. KOBS = kgdb_ptrace.o sun4_kgdb_remote.o kgdbcmd.o kinfcmd.o
  309.  
  310. RAPP_OBS = rgdb.o rudp.o rserial.o serial.o udp.o $(XDEPFILES)
  311.  
  312. TSOBS = core.o inflow.o
  313.  
  314. NTSOBS = standalone.o
  315.  
  316. TSSTART = /lib/crt0.o
  317.  
  318. NTSSTART = kdb-start.o
  319.  
  320. SUBDIRS = doc
  321.  
  322. # For now, shortcut the "configure GDB for fewer languages" stuff.
  323. YYFILES = c-exp.tab.c m2-exp.tab.c
  324. YYOBJ = c-exp.tab.o m2-exp.tab.o
  325.  
  326. # Prevent Sun make from putting in the machine type.  Setting
  327. # TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
  328. .c.o:
  329.     ${CC} -c ${CFLAGS} $<
  330.  
  331. all: gdb
  332.     $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)"
  333.  
  334. kgdb: kgdb-4.5
  335.  
  336. check:
  337. info: force
  338.     $(MAKE) subdir_do DO=info "DODIRS=$(SUBDIRS)" "MAKEINFO=$(MAKEINFO)"
  339. install-info: force
  340.     $(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)"
  341. clean-info: force
  342.     $(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)"
  343.  
  344. gdb.z:gdb.1
  345.     nroff -man $(srcdir)/gdb.1 | col -b > gdb.t 
  346.     pack gdb.t ; rm -f gdb.t
  347.     mv gdb.t.z gdb.z
  348.     
  349. install: gdb 
  350.     $(INSTALL_PROGRAM) gdb $(bindir)/$(program_prefix)gdb
  351.     $(INSTALL_DATA) $(srcdir)/gdb.1 $(man1dir)/$(program_prefix)gdb.1
  352.     $(M_INSTALL)
  353.     $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)"
  354.  
  355. init.c: $(srcdir)/munch $(OBS) $(TSOBS)
  356.     $(srcdir)/munch ${MUNCH_DEFINE} $(GOBS) $(OBS) $(TSOBS) > init.c
  357.  
  358. kinit.c: $(srcdir)/munch $(OBS) $(TSOBS)
  359.     $(srcdir)/munch ${MUNCH_DEFINE} $(KOBS) $(OBS) $(TSOBS) > kinit.c
  360.  
  361. gdb: $(OBS) $(GOBS) $(TSOBS) ${ADD_DEPS} ${CDEPS} init.o
  362.     ${CC-LD} $(LDFLAGS) -o gdb-4.5 init.o $(OBS) $(GOBS) $(TSOBS) $(ADD_FILES) \
  363.       $(CLIBS) $(LOADLIBES)
  364.  
  365. kgdb-4.5: $(KOBS) $(OBS) $(TSOBS) ${ADD_DEPS} ${CDEPS} kinit.o
  366.     ${CC-LD} $(LDFLAGS) -o kgdb-4.5 kinit.o $(OBS) $(KOBS) $(TSOBS) $(ADD_FILES) \
  367.       $(CLIBS) $(LOADLIBES)
  368.  
  369. saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
  370.     #setopt load_flags $(CFLAGS) -I$(BFD_DIR) -DHOST_SYS=SUN4_SYS
  371.     #load ./init.c $(SFILES)
  372.     #unload ${srcdir}/c-exp.y ${srcdir}/m2-exp.y ${srcdir}/vx-share/*.h
  373.     #unload ${srcdir}/nindy-share/[A-Z]*
  374.     #load c-exp.tab.c m2-exp.tab.c
  375.     #load copying.c version.c
  376.     #load ../libiberty/libiberty.a
  377.     #load ../bfd/libbfd.a
  378.     #load ../readline/libreadline.a
  379.     #load ../mmalloc/libmmalloc.a
  380.     #load -ltermcap 
  381.     #load `echo " "$(DEPFILES) | sed -e 's/\.o/.c/g' -e 's, , ../,g'`
  382.     echo "Load .c corresponding to:" $(DEPFILES)
  383.  
  384.  
  385. # This is useful when debugging GDB, because some Unix's don't let you run GDB
  386. # on itself without copying the executable.  So "make gdb1" will make
  387. # gdb and put a copy in gdb1, and you can run it with "gdb gdb1".
  388. # Removing gdb1 before the copy is the right thing if gdb1 is open
  389. # in another process.
  390. gdb1: gdb
  391.     rm -f gdb1
  392.     cp gdb gdb1
  393.  
  394. # This is a remote stub which runs under unix and starts up an
  395. # inferior process.  This is at least useful for debugging GDB's
  396. # remote support.
  397. rapp: $(RAPP_OBS)
  398.     rm -f rapp_init.c
  399.     ${srcdir}/munch ${MUNCH_DEFINE} ${RAPP_OBS} > rapp_init.c
  400.     ${CC-LD} $(LDFLAGS) -o $@ rapp_init.c $(RAPP_OBS)
  401.     
  402. # Support for building Makefile out of configured pieces, automatically
  403. # generated dependencies, etc.  alldeps.mak is a file that contains
  404. # "make" variable definitions for all ALLDEPFILES, ALLDEPFILES_MAINDIR,
  405. # ALLDEPFILES_SUBDIR, ALLPARAM, and ALLCONFIG, all cadged from the current
  406. # contents of the config subdirectory.
  407.  
  408. alldeps.mak: ${srcdir}/config
  409.     rm -f alldeps.mak alldeps.tmp allparam.tmp allconfig.tmp
  410.     for i in `ls -d ${srcdir}/config/*.m[ht]` ; do \
  411.       echo $$i >>allconfig.tmp; \
  412.       awk <$$i ' \
  413.         $$1 == "TDEPFILES=" || $$1 == "XDEPFILES=" { \
  414.           for (i = 2; i <= NF; i++) \
  415.             print $$i >> "alldeps.tmp" ; \
  416.             } \
  417.         $$1 == "TM_FILE=" || $$1 == "XM_FILE=" { \
  418.           print $$2 >> "allparam.tmp" }' ; \
  419.     done
  420.     sort <alldeps.tmp | uniq | \
  421.       sed -e 's/arm-convert.o/arm-convert.s/' \
  422.           -e 's!^Onindy.o!nindy-share/Onindy.c!' \
  423.           -e 's!^nindy.o!nindy-share/nindy.c!' \
  424.           -e 's!ttybreak.o!nindy-share/ttybreak.c!' \
  425.           -e 's!ttyflush.o!nindy-share/ttyflush.c!' \
  426.           -e 's!xdr_ld.o!vx-share/xdr_ld.c!' \
  427.           -e 's!xdr_ptrace.o!vx-share/xdr_ptrace.c!' \
  428.           -e 's!xdr_rdb.o!vx-share/xdr_rdb.c!' \
  429.           -e 's!xdr_regs.o!vx-share/xdr_regs.c!' \
  430.           -e 's/\.o/.c/' \
  431.         >alldeps2.tmp
  432.     echo '# Start of "alldeps.mak" definitions' \
  433.         >>alldeps.mak;
  434.     echo 'ALLDEPFILES = $$(ALLDEPFILES_MAINDIR) $$(ALLDEPFILES_SUBDIR)' \
  435.         >>alldeps.mak;
  436.     grep -v / alldeps2.tmp | \
  437.       awk 'BEGIN {printf "ALLDEPFILES_MAINDIR="} \
  438.         NR == 0 {printf $$0;} \
  439.         NR != 0 {printf "\\\n" $$0} \
  440.         END {printf "\n\n"}' >>alldeps.mak;
  441.     grep / alldeps2.tmp | \
  442.       awk 'BEGIN {printf "ALLDEPFILES_SUBDIR="} \
  443.         NR == 0 {printf $$0;} \
  444.         NR != 0 {printf "\\\n" $$0} \
  445.         END {printf "\n\n"}' >>alldeps.mak;
  446.     sort <allparam.tmp | uniq | awk 'BEGIN {printf "ALLPARAM="} \
  447.         NR == 0 {printf $$0;} \
  448.         NR != 0 {printf "\\\n" $$0} \
  449.         END {printf "\n\n"}' >>alldeps.mak;
  450.     sort <allconfig.tmp | uniq | awk 'BEGIN {printf "ALLCONFIG="} \
  451.         NR == 0 {printf $$0;} \
  452.         NR != 0 {printf "\\\n" $$0} \
  453.         END {printf "\n\n"}' >>alldeps.mak;
  454.     echo '# End of "alldeps.mak" definitions' \
  455.         >>alldeps.mak;
  456.     rm -f alldeps.tmp alldeps2.tmp allparam.tmp allconfig.tmp
  457.  
  458. # The sed script makes everything which depends on {x,t}m.h depend on
  459. # config.status as well, in case someone reconfigures gdb out from
  460. # under an already compiled gdb.
  461. depend: $(SOURCES) Makefile.in
  462.     @echo Ignore errors about non-existent system-supplied include files
  463.     @echo for systems other than the one you are using.
  464.     @echo "If xm.h and tm.h don't exist, the error messages saying so"
  465.     @echo can safely be ignored.
  466.     @echo Also ignore parse errors in valops.c, and any errors in
  467.     @echo arm-convert.s.
  468.     -$(GCC) -MM -nostdinc -I/usr/include $(CFLAGS) -I$(BFD_DIR) \
  469.       `ls $(SOURCES) | grep -v '\.[hy]$$' |sort -u` >depend.tmp
  470. # If running in srcdir, translate "./foo.c" into "$srcdir/foo.c" except
  471. # for xm.h and tm.h.  This allows the same "depend" file to be used
  472. # by the various subdirectories.
  473.     if [ "${srcdir}" = "." ] ; then \
  474.       <depend.tmp sed \
  475.         -e 's; ./xm.h; xm.h;g'  \
  476.         -e 's; ./tm.h; tm.h;g'  \
  477.         -e 's; \./; $${srcdir}/;g'  \
  478.         -e 's; vx-share/; $${srcdir}/vx-share/;g'  \
  479.         -e 's; nindy-share/; $${srcdir}/nindy-share/;g'  \
  480.         >depend.tm2; \
  481.       rm depend.tmp; \
  482.       mv depend.tm2 depend.tmp; \
  483.     fi
  484.     <depend.tmp sed \
  485.       -e 's; [xt]m.h;& config.status;g'  \
  486.       -e 's; $(INCLUDE_DIR)/; $(INCLUDE_DEP)/;g'  \
  487.       -e 's; $(READLINE_DIR)/; $(READLINE_DEP)/;g'  \
  488.       -e 's; [a-z0-9./]*bfd/; $(BFD_DEP)/;g'  \
  489.       -e 's; ./xm.h; xm.h config.status;g'  \
  490.       -e 's; ./tm.h; tm.h config.status;g'  \
  491.       >depend
  492.     rm depend.tmp
  493.  
  494. config.status:
  495.     @echo "You must configure gdb.  Look at the README file for details."
  496.     @false
  497.  
  498. # These are not generated by "make depend" because they only are there
  499. # for some machines.
  500. # But these rules don't do what we want; we want to hack the foo.o: tm.h
  501. # dependency to do the right thing.
  502. tm-isi.h tm-sun3.h tm-news.h tm-hp300bsd.h tm-altos.h: tm-68k.h
  503. tm-hp300hpux.h tm-sun2.h tm-3b1.h: tm-68k.h
  504. xm-news1000.h: xm-news.h
  505. xm-i386-sv32.h: xm-i386.h
  506. tm-i386gas.h: tm-i386.h
  507. xm-sun4os4.h: xm-sparc.h
  508. tm-sun4os4.h: tm-sparc.h
  509. xm-vaxult.h: xm-vax.h
  510. xm-vaxbsd.h: xm-vax.h
  511.  
  512. kdb: $(NTSSTART) $(OBS) $(NTSOBS) ${ADD_DEPS} ${CDEPS}
  513.     rm -f init.c
  514.     $(srcdir)/munch ${MUNCH_DEFINE} $(OBS) $(NTSOBS) > init.c
  515.     $(CC) $(LDFLAGS) -c init.c $(CLIBS) 
  516.     ld -o kdb $(NTSSTART) $(OBS) $(NTSOBS) init.o $(ADD_FILES) \
  517.       -lc $(CLIBS)
  518.  
  519. # Put the proper machine-specific files first.
  520. # createtags will edit the .o in DEPFILES into .c
  521. TAGS: ${TAGFILES}
  522.     $(srcdir)/createtags $(TM_FILE) ${XM_FILE} $(DEPFILES) ${TAGFILES}
  523. tags: TAGS
  524.  
  525. # Making distributions of GDB and friends.
  526.  
  527. # Make a directory `proto-gdb.dir' that contains an image of the GDB
  528. # directory of the distribution, built up with symlinks.
  529. make-proto-gdb.dir: force_update 
  530.     $(MAKE) $(MFLAGS) -f Makefile.in setup-to-dist
  531.     $(MAKE) $(MFLAGS) -f Makefile    make-proto-gdb-1
  532.  
  533. # Make a tar file containing the GDB directory of the distribution.
  534. gdb.tar.Z: force_update
  535.     $(MAKE) $(MFLAGS) -f Makefile.in setup-to-dist
  536.     $(MAKE) $(MFLAGS) -f Makefile.in gdb-$(VERSION).tar.Z
  537.  
  538. # Set up the GDB directory for distribution, by building all files that
  539. # are products of other files.
  540. setup-to-dist: force_update
  541.     ../configure none
  542.     rm -f alldeps.mak
  543.     $(MAKE) $(MFLAGS) alldeps.mak
  544.     ../configure none
  545.     rm -f depend
  546.     $(MAKE) $(MFLAGS) depend
  547.     ../configure none
  548.     (cd doc; $(MAKE) $(MFLAGS) gdbVN.m4)
  549.     $(MAKE) $(MFLAGS) gdb.info
  550.     $(MAKE) $(MFLAGS) refcard.ps
  551.  
  552. # Build a tar file from a proto-gdb.dir.
  553. gdb-$(VERSION).tar.Z: force_update
  554.     rm -f gdb.tar gdb-$(VERSION).tar.Z
  555.     $(MAKE) $(MFLAGS) -f Makefile    make-proto-gdb-1
  556.     ln -s proto-gdb.dir $(DIST)
  557.     tar chf - $(DIST) | compress >gdb-$(VERSION).tar.Z
  558.     rm -rf $(DIST) proto-gdb.dir
  559.  
  560. # Build a proto-gdb.dir after GDB has been set up for distribution.
  561. # This stuff must be run in `Makefile', not `Makefile.in`; we use the makefile
  562. # built in the setup-to-dist process, since it defines things like ALLCONFIG
  563. # and ALLDEPFILES, that we need.
  564. make-proto-gdb-1: ${TARFILES} ${TARDIRS} gdb.info
  565.     rm -rf proto-gdb.dir
  566.     mkdir proto-gdb.dir
  567.     cd proto-gdb.dir ; for i in ${TARFILES} ; do ln -s ../$$i . ; done
  568.     cd proto-gdb.dir ; ln -s ../${INFOFILES} .
  569.     cd proto-gdb.dir ; for i in ${TARDIRS}; do \
  570.       (mkdir $$i; cd $$i; \
  571.       ln -s ../../$$i/* .; \
  572.       rm -rf SCCS CVS.adm RCS config.status); done
  573.     mkdir proto-gdb.dir/config
  574.     cd proto-gdb.dir/config ; \
  575.       for i in $(ALLCONFIG) ; do ln -s ../../$$i ../$$i ; done
  576.     mkdir proto-gdb.dir/vx-share proto-gdb.dir/nindy-share
  577.     cd proto-gdb.dir/config ; \
  578.       for i in $(SFILES_SUBDIR) $(NONSRC_SUBDIR) $(ALLDEPFILES_SUBDIR); \
  579.         do ln -s ../../$$i ../$$i ; done
  580.     chmod og=u `find . -print`
  581.  
  582. clean:
  583.     rm -f *.o ${ADD_FILES}
  584.     rm -f init.c version.c
  585.     rm -f gdb core gdb.tar gdb.tar.Z make.log
  586.     rm -f gdb[0-9]
  587.     $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)"
  588.  
  589. distclean: clean c-exp.tab.c m2-exp.tab.c TAGS
  590.     rm -f tm.h xm.h config.status
  591.     rm -f y.output yacc.acts yacc.tmp
  592.     rm -f ${TESTS} Makefile depend
  593.     $(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)"
  594.  
  595. realclean: clean
  596.     rm -f c-exp.tab.c m2-exp.tab.c TAGS
  597.     rm -f tm.h xm.h config.status
  598.     rm -f Makefile depend
  599.     $(MAKE) subdir_do DO=realclean "DODIRS=$(SUBDIRS)"
  600.  
  601. STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb
  602.  
  603. subdir_do: force
  604.     for i in $(DODIRS); do \
  605.         if [ -d ./$$i ] ; then \
  606.             if (cd ./$$i; \
  607.                 $(MAKE) \
  608.                     "against=$(against)" \
  609.                     "AR=$(AR)" \
  610.                     "AR_FLAGS=$(AR_FLAGS)" \
  611.                     "CC=$(CC)" \
  612.                     "RANLIB=$(RANLIB)" \
  613.                     "MAKEINFO=$(MAKEINFO)" \
  614.                     "BISON=$(BISON)" $(DO)) ; then true ; \
  615.             else exit 1 ; fi ; \
  616.         else true ; fi ; \
  617.     done
  618.  
  619. # Copy the object files from a particular stage into a subdirectory.
  620. stage1: force
  621.     -mkdir stage1
  622.     -mv -f $(STAGESTUFF) stage1
  623.     $(MAKE) subdir_do DO=stage1 "DODIRS=$(SUBDIRS)"
  624.  
  625. stage2: force
  626.     -mkdir stage2
  627.     -mv -f $(STAGESTUFF) stage2
  628.     $(MAKE) subdir_do DO=stage2 "DODIRS=$(SUBDIRS)"
  629.  
  630. stage3: force
  631.     -mkdir stage3
  632.     -mv -f $(STAGESTUFF) stage3
  633.     $(MAKE) subdir_do DO=stage3 "DODIRS=$(SUBDIRS)"
  634.  
  635. against=stage2
  636.  
  637. comparison: force
  638.     for i in $(STAGESTUFF) ; do cmp $$i $(against)/$$i ; done
  639.     $(MAKE) subdir_do DO=comparison "DODIRS=$(SUBDIRS)"
  640.  
  641. de-stage1: force
  642.     -(cd stage1 ; mv -f * ..)
  643.     -rmdir stage1
  644.     $(MAKE) subdir_do DO=de-stage1 "DODIRS=$(SUBDIRS)"
  645.  
  646. de-stage2: force
  647.     -(cd stage2 ; mv -f * ..)
  648.     -rmdir stage2
  649.     $(MAKE) subdir_do DO=de-stage2 "DODIRS=$(SUBDIRS)"
  650.  
  651. de-stage3: force
  652.     -(cd stage3 ; mv -f * ..)
  653.     -rmdir stage3
  654.     $(MAKE) subdir_do DO=de-stage3 "DODIRS=$(SUBDIRS)"
  655.  
  656. Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
  657.     $(SHELL) ./config.status
  658.  
  659. force:
  660.  
  661. # Documentation!
  662. # GDB QUICK REFERENCE (TeX dvi file, CM fonts)
  663. refcard.dvi: $(srcdir)/doc/refcard.tex
  664.     ( cd ./doc; $(MAKE) refcard.dvi )
  665.     mv ./doc/refcard.dvi .
  666.  
  667. # GDB QUICK REFERENCE (PostScript output, common PS fonts)
  668. refcard.ps: $(srcdir)/doc/refcard.tex
  669.     ( cd ./doc; $(MAKE) refcard.ps )
  670.     mv ./doc/refcard.ps .
  671.  
  672. # GDB MANUAL: TeX dvi file
  673. gdb.dvi: ./doc/gdb-all.texi
  674.     ( cd ./doc; $(MAKE) M4=$(M4) gdb.dvi )
  675.     mv ./doc/gdb.dvi .
  676.  
  677. # GDB MANUAL: info file
  678. gdb.info: ./doc/gdb-all.texi
  679.     ( cd ./doc; $(MAKE) M4=$(M4) gdb.info )
  680.     mv ./doc/gdb.info* .
  681.  
  682. ./doc/gdb-all.texi:
  683.     (cd $(srcdir)/doc; $(MAKE) M4=$(M4) gdb-all.texi)
  684.  
  685. # Make copying.c from COPYING
  686. copying.c: ${srcdir}/COPYING ${srcdir}/copying.awk
  687.     awk -f ${srcdir}/copying.awk < ${srcdir}/COPYING > copying.c
  688.  
  689. version.c: Makefile.in
  690.     echo 'char *version = "$(VERSION)";' >version.c
  691.  
  692. # c-exp.tab.c is generated in target dir from c-exp.y if it doesn't exist
  693. # in srcdir, then compiled in target dir to c-exp.tab.o.
  694. c-exp.tab.o: c-exp.tab.c
  695. c-exp.tab.c: $(srcdir)/c-exp.y
  696.     @echo 'Expect 4 shift/reduce conflicts.'
  697.     ${YACC} $(srcdir)/c-exp.y
  698.     -mv y.tab.c c-exp.tab.c
  699.  
  700. # m2-exp.tab.c is generated in target dir from m2-exp.y if it doesn't exist
  701. # in srcdir, then compiled in target dir to m2-exp.tab.o.
  702. m2-exp.tab.o: m2-exp.tab.c
  703. m2-exp.tab.c: $(srcdir)/m2-exp.y
  704.     ${YACC} $(srcdir)/m2-exp.y
  705.     -mv y.tab.c m2-exp.tab.c
  706.  
  707. # The symbol-file readers have dependencies on BFD header files.
  708. dbxread.o: ${srcdir}/dbxread.c
  709.     ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/dbxread.c
  710.  
  711. coffread.o: ${srcdir}/coffread.c
  712.     ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/coffread.c
  713.  
  714. mipsread.o: ${srcdir}/mipsread.c
  715.     ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/mipsread.c
  716.  
  717. elfread.o: ${srcdir}/elfread.c
  718.     ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/elfread.c
  719.  
  720. dwarfread.o: ${srcdir}/dwarfread.c
  721.     ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/dwarfread.c
  722.  
  723. xcoffread.o: ${srcdir}/xcoffread.c
  724.     ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/xcoffread.c
  725.  
  726. xcoffexec.o: ${srcdir}/xcoffexec.c
  727.     ${CC} -c ${CFLAGS} -I$(BFD_DIR) ${srcdir}/xcoffexec.c
  728.  
  729. # Drag in the files that are in another directory.
  730.  
  731. xdr_ld.o: ${srcdir}/vx-share/xdr_ld.c
  732.     ${CC} -c ${CFLAGS} ${srcdir}/vx-share/xdr_ld.c
  733.  
  734. xdr_ptrace.o: ${srcdir}/vx-share/xdr_ptrace.c
  735.     ${CC} -c ${CFLAGS} ${srcdir}/vx-share/xdr_ptrace.c
  736.  
  737. xdr_rdb.o: ${srcdir}/vx-share/xdr_rdb.c
  738.     ${CC} -c ${CFLAGS} ${srcdir}/vx-share/xdr_rdb.c
  739.  
  740. xdr_regs.o: ${srcdir}/vx-share/xdr_regs.c
  741.     ${CC} -c ${CFLAGS} ${srcdir}/vx-share/xdr_regs.c
  742.  
  743. nindy.o: ${srcdir}/nindy-share/nindy.c
  744.     ${CC} -c ${CFLAGS} ${srcdir}/nindy-share/nindy.c
  745.  
  746. Onindy.o: ${srcdir}/nindy-share/Onindy.c
  747.     ${CC} -c ${CFLAGS} ${srcdir}/nindy-share/Onindy.c
  748.  
  749. ttybreak.o: ${srcdir}/nindy-share/ttybreak.c
  750.     ${CC} -c ${CFLAGS} ${srcdir}/nindy-share/ttybreak.c
  751.  
  752. ttyflush.o: ${srcdir}/nindy-share/ttyflush.c
  753.     ${CC} -c ${CFLAGS} ${srcdir}/nindy-share/ttyflush.c
  754.  
  755. lint: $(LINTFILES)
  756.     $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
  757.        `echo ${DEPFILES} | sed 's/\.o /\.c /g'
  758.  
  759. gdb.cxref: $(SFILES)
  760.     cxref -I. $(SFILES) >gdb.cxref
  761.  
  762. force_update:
  763.  
  764. # When used with GDB, the demangler should never look for leading
  765. # underscores because GDB strips them off during symbol read-in.  Thus
  766. # -Dnounderscore.  
  767.  
  768. cplus-dem.o: cplus-dem.c
  769.     ${CC} -c ${CFLAGS} -Dnounderscore \
  770.       `echo ${srcdir}/cplus-dem.c | sed 's,^\./,,'`
  771.  
  772. # GNU Make has an annoying habit of putting *all* the Makefile variables
  773. # into the environment, unless you include this target as a circumvention.
  774. # Rumor is that this will be fixed (and this target can be removed)
  775. # in GNU Make 4.0.
  776. .NOEXPORT:
  777.  
  778. # This is the end of "Makefile.in".  When built into "Makefile"
  779. # by the configure script, two things are added below this point:
  780. #     alldeps.mak -- defintions of all files that are used in
  781. #            host- or target-dependent configurations
  782. #    depend -- what .o files depend on what .c and .h files,
  783. #            for all configurations.
  784.  
  785.  
  786. # Start of "alldeps.mak" definitions
  787. ALLDEPFILES = $(ALLDEPFILES_MAINDIR) $(ALLDEPFILES_SUBDIR)
  788. ALLDEPFILES_MAINDIR=\
  789. a68v-xdep.c\
  790. altos-xdep.c\
  791. am29k-pinsn.c\
  792. am29k-tdep.c\
  793. arm-convert.s\
  794. arm-pinsn.c\
  795. arm-tdep.c\
  796. arm-xdep.c\
  797. convex-pinsn.c\
  798. convex-tdep.c\
  799. convex-xdep.c\
  800. coredep.c\
  801. exec.c\
  802. gould-pinsn.c\
  803. gould-xdep.c\
  804. h8300-tdep.c\
  805. hp300ux-xdep.c\
  806. i386-pinsn.c\
  807. i386-tdep.c\
  808. i386-xdep.c\
  809. i387-tdep.c\
  810. i960-pinsn.c\
  811. i960-tdep.c\
  812. infptrace.c\
  813. m68k-pinsn.c\
  814. m68k-tdep.c\
  815. m88k-pinsn.c\
  816. m88k-tdep.c\
  817. m88k-xdep.c\
  818. mach386-xdep.c\
  819. mips-pinsn.c\
  820. mips-tdep.c\
  821. mips-xdep.c\
  822. news-xdep.c\
  823. nindy-tdep.c\
  824. ns32k-pinsn.c\
  825. procfs.c\
  826. pyr-pinsn.c\
  827. pyr-tdep.c\
  828. pyr-xdep.c\
  829. remote-adapt.c\
  830. remote-eb.c\
  831. remote-hms.c\
  832. remote-mm.c\
  833. remote-nindy.c\
  834. remote-vx.c\
  835. rs6000-pinsn.c\
  836. rs6000-tdep.c\
  837. rs6000-xdep.c\
  838. solib.c\
  839. sparc-pinsn.c\
  840. sparc-tdep.c\
  841. sparc-xdep.c\
  842. sun3-xdep.c\
  843. sun386-xdep.c\
  844. symm-tdep.c\
  845. symm-xdep.c\
  846. tahoe-pinsn.c\
  847. ultra3-xdep.c\
  848. umax-xdep.c\
  849. vax-pinsn.c\
  850. xcoffexec.c\
  851. xcoffsolib.c
  852.  
  853. ALLDEPFILES_SUBDIR=\
  854. nindy-share/Onindy.c\
  855. nindy-share/nindy.c\
  856. nindy-share/ttybreak.c\
  857. nindy-share/ttyflush.c\
  858. vx-share/xdr_ld.c\
  859. vx-share/xdr_ptrace.c\
  860. vx-share/xdr_rdb.c\
  861. vx-share/xdr_regs.c
  862.  
  863. ALLPARAM=\
  864. tm-29k.h\
  865. tm-3b1.h\
  866. tm-altos.h\
  867. tm-altosgas.h\
  868. tm-amix.h\
  869. tm-arm.h\
  870. tm-bigmips.h\
  871. tm-convex.h\
  872. tm-delta88.h\
  873. tm-h8300.h\
  874. tm-hp300bsd.h\
  875. tm-hp300hpux.h\
  876. tm-i386v-g.h\
  877. tm-i386v.h\
  878. tm-i386v4.h\
  879. tm-irix3.h\
  880. tm-isi.h\
  881. tm-m88k.h\
  882. tm-merlin.h\
  883. tm-mips.h\
  884. tm-news.h\
  885. tm-nindy960.h\
  886. tm-np1.h\
  887. tm-os68k.h\
  888. tm-pn.h\
  889. tm-pyr.h\
  890. tm-rs6000.h\
  891. tm-sparc.h\
  892. tm-stratus.h\
  893. tm-sun2.h\
  894. tm-sun2os4.h\
  895. tm-sun3.h\
  896. tm-sun386.h\
  897. tm-sun3os4.h\
  898. tm-sun4os4.h\
  899. tm-sun4os5.h\
  900. tm-symmetry.h\
  901. tm-tahoe.h\
  902. tm-ultra3.h\
  903. tm-umax.h\
  904. tm-vax.h\
  905. tm-vx68.h\
  906. tm-vx960.h\
  907. xm-3b1.h\
  908. xm-altos.h\
  909. xm-amix.h\
  910. xm-apollo68v.h\
  911. xm-arm.h\
  912. xm-bigmips.h\
  913. xm-convex.h\
  914. xm-delta88.h\
  915. xm-hp300bsd.h\
  916. xm-hp300hpux.h\
  917. xm-i386mach.h\
  918. xm-i386sco.h\
  919. xm-i386v.h\
  920. xm-i386v32.h\
  921. xm-i386v4.h\
  922. xm-irix3.h\
  923. xm-irix4.h\
  924. xm-isi.h\
  925. xm-m88k.h\
  926. xm-merlin.h\
  927. xm-mips.h\
  928. xm-news.h\
  929. xm-news1000.h\
  930. xm-np1.h\
  931. xm-pn.h\
  932. xm-pyr.h\
  933. xm-rs6000.h\
  934. xm-rtbsd.h\
  935. xm-sparc.h\
  936. xm-stratus.h\
  937. xm-sun2.h\
  938. xm-sun3.h\
  939. xm-sun386.h\
  940. xm-sun3os4.h\
  941. xm-sun4os4.h\
  942. xm-sun4os5.h\
  943. xm-symmetry.h\
  944. xm-tahoe.h\
  945. xm-ultra3.h\
  946. xm-umax.h\
  947. xm-vaxbsd.h\
  948. xm-vaxult.h
  949.  
  950. ALLCONFIG=\
  951. ./config/3b1.mh\
  952. ./config/3b1.mt\
  953. ./config/a29k-kern.mt\
  954. ./config/a29k.mt\
  955. ./config/altos.mh\
  956. ./config/altos.mt\
  957. ./config/altosgas.mh\
  958. ./config/altosgas.mt\
  959. ./config/amix.mh\
  960. ./config/amix.mt\
  961. ./config/apollo68v.mh\
  962. ./config/arm.mh\
  963. ./config/arm.mt\
  964. ./config/bigmips.mh\
  965. ./config/bigmips.mt\
  966. ./config/convex.mh\
  967. ./config/convex.mt\
  968. ./config/decstation.mh\
  969. ./config/decstation.mt\
  970. ./config/delta88.mh\
  971. ./config/delta88.mt\
  972. ./config/h8300hms.mt\
  973. ./config/hp300bsd.mh\
  974. ./config/hp300bsd.mt\
  975. ./config/hp300hpux.mh\
  976. ./config/hp300hpux.mt\
  977. ./config/i386aout.mt\
  978. ./config/i386mach.mh\
  979. ./config/i386sco.mh\
  980. ./config/i386sco.mt\
  981. ./config/i386v-g.mh\
  982. ./config/i386v-g.mt\
  983. ./config/i386v.mh\
  984. ./config/i386v.mt\
  985. ./config/i386v32-g.mh\
  986. ./config/i386v32-g.mt\
  987. ./config/i386v32.mh\
  988. ./config/i386v32.mt\
  989. ./config/i386v4.mh\
  990. ./config/i386v4.mt\
  991. ./config/i960.mt\
  992. ./config/irix3.mh\
  993. ./config/irix3.mt\
  994. ./config/irix4.mh\
  995. ./config/isi.mh\
  996. ./config/isi.mt\
  997. ./config/littlemips.mh\
  998. ./config/littlemips.mt\
  999. ./config/m88k.mh\
  1000. ./config/m88k.mt\
  1001. ./config/merlin.mh\
  1002. ./config/merlin.mt\
  1003. ./config/news.mh\
  1004. ./config/news.mt\
  1005. ./config/news1000.mh\
  1006. ./config/news1000.mt\
  1007. ./config/nindy960.mt\
  1008. ./config/none.mh\
  1009. ./config/none.mt\
  1010. ./config/np1.mh\
  1011. ./config/np1.mt\
  1012. ./config/os68k.mt\
  1013. ./config/pn.mh\
  1014. ./config/pn.mt\
  1015. ./config/pyramid.mh\
  1016. ./config/pyramid.mt\
  1017. ./config/rs6000.mh\
  1018. ./config/rs6000.mt\
  1019. ./config/rtbsd.mh\
  1020. ./config/stratus.mh\
  1021. ./config/stratus.mt\
  1022. ./config/sun2os3.mh\
  1023. ./config/sun2os3.mt\
  1024. ./config/sun2os4.mh\
  1025. ./config/sun2os4.mt\
  1026. ./config/sun3.mh\
  1027. ./config/sun3.mt\
  1028. ./config/sun386.mh\
  1029. ./config/sun386.mt\
  1030. ./config/sun3os3.mh\
  1031. ./config/sun3os3.mt\
  1032. ./config/sun3os4.mh\
  1033. ./config/sun3os4.mt\
  1034. ./config/sun4.mh\
  1035. ./config/sun4.mt\
  1036. ./config/sun4os3.mh\
  1037. ./config/sun4os3.mt\
  1038. ./config/sun4os4.mh\
  1039. ./config/sun4os4.mt\
  1040. ./config/sun4os5.mh\
  1041. ./config/sun4os5.mt\
  1042. ./config/symmetry.mh\
  1043. ./config/symmetry.mt\
  1044. ./config/tahoe.mh\
  1045. ./config/tahoe.mt\
  1046. ./config/ultra3.mh\
  1047. ./config/ultra3.mt\
  1048. ./config/umax.mh\
  1049. ./config/umax.mt\
  1050. ./config/vax.mt\
  1051. ./config/vaxbsd.mh\
  1052. ./config/vaxult.mh\
  1053. ./config/vxworks68.mt\
  1054. ./config/vxworks960.mt
  1055.  
  1056. # End of "alldeps.mak" definitions
  1057. a68v-xdep.o : a68v-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status inferior.h \
  1058.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h frame.h value.h gdbtypes.h expression.h \
  1059.   gdbcore.h ${srcdir}/../include/bfd.h 
  1060. altos-xdep.o : altos-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1061.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1062.   gdbcore.h ${srcdir}/../include/bfd.h 
  1063. am29k-pinsn.o : am29k-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status target.h \
  1064.   ${srcdir}/../include/bfd.h ${srcdir}/../include/obstack.h am29k-opcode.h 
  1065. am29k-tdep.o : am29k-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status gdbcore.h \
  1066.   ${srcdir}/../include/bfd.h ${srcdir}/../include/obstack.h frame.h value.h symtab.h gdbtypes.h \
  1067.   expression.h inferior.h breakpoint.h 
  1068. arm-pinsn.o : arm-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1069.   ${srcdir}/../include/obstack.h ${srcdir}/../include/opcode/arm.h 
  1070. arm-tdep.o : arm-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1071.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1072.   arm-opcode.h gdbcore.h ${srcdir}/../include/bfd.h 
  1073. arm-xdep.o : arm-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1074.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1075.   arm-opcode.h gdbcore.h ${srcdir}/../include/bfd.h 
  1076. blockframe.o : blockframe.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1077.   ${srcdir}/../include/obstack.h ${srcdir}/../include/bfd.h symfile.h objfiles.h frame.h gdbcore.h \
  1078.   value.h gdbtypes.h expression.h target.h inferior.h breakpoint.h 
  1079. breakpoint.o : breakpoint.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1080.   ${srcdir}/../include/obstack.h frame.h breakpoint.h value.h gdbtypes.h expression.h \
  1081.   gdbcore.h ${srcdir}/../include/bfd.h gdbcmd.h command.h inferior.h target.h language.h 
  1082. buildsym.o : buildsym.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/../include/obstack.h \
  1083.   symtab.h gdbtypes.h breakpoint.h frame.h value.h expression.h gdbcore.h ${srcdir}/../include/bfd.h \
  1084.   symfile.h objfiles.h ${srcdir}/../include/aout/stab_gnu.h ${srcdir}/../include/aout/stab.def \
  1085.   buildsym.h 
  1086. c-exp.tab.o : c-exp.tab.c ${srcdir}/defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/symtab.h \
  1087.   ${srcdir}/../include/obstack.h ${srcdir}/gdbtypes.h ${srcdir}/frame.h ${srcdir}/expression.h ${srcdir}/parser-defs.h \
  1088.   ${srcdir}/value.h ${srcdir}/language.h ${srcdir}/../include/bfd.h ${srcdir}/symfile.h ${srcdir}/objfiles.h 
  1089. coffread.o : coffread.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1090.   gdbtypes.h breakpoint.h frame.h value.h expression.h ${srcdir}/../include/bfd.h symfile.h \
  1091.   objfiles.h buildsym.h ${srcdir}/../include/coff/internal.h ${srcdir}/../bfd/libcoff.h 
  1092. command.o : command.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status gdbcmd.h command.h \
  1093.   symtab.h ${srcdir}/../include/obstack.h value.h gdbtypes.h expression.h 
  1094. convex-pinsn.o : convex-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1095.   ${srcdir}/../include/obstack.h convx-opcode.h 
  1096. convex-tdep.o : convex-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status command.h \
  1097.   symtab.h ${srcdir}/../include/obstack.h value.h gdbtypes.h expression.h frame.h inferior.h \
  1098.   breakpoint.h ${srcdir}/../include/wait.h gdbcore.h ${srcdir}/../include/bfd.h gdbcmd.h 
  1099. convex-xdep.o : convex-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status command.h \
  1100.   symtab.h ${srcdir}/../include/obstack.h value.h gdbtypes.h expression.h frame.h inferior.h \
  1101.   breakpoint.h ${srcdir}/../include/wait.h gdbcore.h ${srcdir}/../include/bfd.h gdbcmd.h 
  1102. core.o : core.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1103.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1104.   command.h ${srcdir}/../include/bfd.h target.h gdbcore.h 
  1105. coredep.o : coredep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status gdbcore.h ${srcdir}/../include/bfd.h \
  1106.   ${srcdir}/../include/obstack.h 
  1107. cplus-dem.o : cplus-dem.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status 
  1108. dbxread.o : dbxread.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h breakpoint.h \
  1109.   frame.h value.h gdbtypes.h expression.h command.h target.h ${srcdir}/../include/bfd.h \
  1110.   gdbcore.h ${srcdir}/../bfd/libbfd.h ${srcdir}/../bfd/libaout.h symfile.h objfiles.h buildsym.h \
  1111.   ${srcdir}/../include/aout/aout64.h ${srcdir}/../include/aout/stab_gnu.h ${srcdir}/../include/aout/stab.def \
  1112.   partial-stab.h 
  1113. dwarfread.o : dwarfread.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/../include/bfd.h \
  1114.   ${srcdir}/../include/obstack.h symtab.h gdbtypes.h symfile.h objfiles.h ${srcdir}/../bfd/libbfd.h \
  1115.   ${srcdir}/../include/elf/dwarf.h buildsym.h 
  1116. elfread.o : elfread.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/../include/elf/common.h \
  1117.   ${srcdir}/../include/elf/external.h ${srcdir}/../include/elf/internal.h ${srcdir}/../include/bfd.h ${srcdir}/../include/obstack.h \
  1118.   symtab.h symfile.h objfiles.h buildsym.h 
  1119. environ.o : environ.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status environ.h 
  1120. eval.o : eval.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1121.   gdbtypes.h value.h expression.h target.h ${srcdir}/../include/bfd.h frame.h 
  1122. exec.o : exec.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1123.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1124.   target.h ${srcdir}/../include/bfd.h gdbcmd.h command.h gdbcore.h 
  1125. expprint.o : expprint.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1126.   gdbtypes.h expression.h value.h language.h parser-defs.h 
  1127. findvar.o : findvar.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1128.   gdbtypes.h frame.h value.h expression.h gdbcore.h ${srcdir}/../include/bfd.h inferior.h \
  1129.   breakpoint.h target.h 
  1130. gdbtypes.o : gdbtypes.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/../include/bfd.h \
  1131.   ${srcdir}/../include/obstack.h symtab.h symfile.h objfiles.h gdbtypes.h expression.h \
  1132.   language.h target.h value.h 
  1133. gould-pinsn.o : gould-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1134.   ${srcdir}/../include/obstack.h frame.h gdbcore.h ${srcdir}/../include/bfd.h ${srcdir}/../include/opcode/np1.h 
  1135. gould-xdep.o : gould-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1136.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1137.   gdbcore.h ${srcdir}/../include/bfd.h 
  1138. h8300-tdep.o : h8300-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1139.   ${srcdir}/../include/obstack.h symtab.h 
  1140. hp300ux-xdep.o : hp300ux-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1141.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1142.   gdbcore.h ${srcdir}/../include/bfd.h 
  1143. i386-pinsn.o : i386-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status gdbcore.h \
  1144.   ${srcdir}/../include/bfd.h ${srcdir}/../include/obstack.h 
  1145. i386-tdep.o : i386-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1146.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1147.   gdbcore.h ${srcdir}/../include/bfd.h 
  1148. i386-xdep.o : i386-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1149.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1150.   language.h gdbcore.h ${srcdir}/../include/bfd.h ieee-float.h target.h 
  1151. i387-tdep.o : i387-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1152.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1153.   language.h gdbcore.h ${srcdir}/../include/bfd.h ieee-float.h 
  1154. i960-pinsn.o : i960-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1155.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h 
  1156. i960-tdep.o : i960-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1157.   ${srcdir}/../include/obstack.h value.h gdbtypes.h expression.h frame.h signame.h ieee-float.h 
  1158. ieee-float.o : ieee-float.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ieee-float.h 
  1159. infcmd.o : infcmd.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1160.   gdbtypes.h frame.h inferior.h breakpoint.h value.h expression.h environ.h gdbcmd.h \
  1161.   command.h gdbcore.h ${srcdir}/../include/bfd.h target.h 
  1162. inflow.o : inflow.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1163.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1164.   command.h signals.h terminal.h target.h ${srcdir}/../include/bfd.h 
  1165. infptrace.o : infptrace.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1166.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1167.   target.h ${srcdir}/../include/bfd.h gdbcore.h 
  1168. infrun.o : infrun.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1169.   frame.h inferior.h breakpoint.h value.h gdbtypes.h expression.h ${srcdir}/../include/wait.h \
  1170.   gdbcore.h ${srcdir}/../include/bfd.h signame.h command.h terminal.h target.h 
  1171. inftarg.o : inftarg.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1172.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1173.   target.h ${srcdir}/../include/bfd.h ${srcdir}/../include/wait.h gdbcore.h ieee-float.h 
  1174. language.o : language.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1175.   gdbtypes.h value.h expression.h gdbcmd.h command.h frame.h language.h target.h \
  1176.   ${srcdir}/../include/bfd.h parser-defs.h 
  1177. m2-exp.tab.o : m2-exp.tab.c ${srcdir}/defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/symtab.h \
  1178.   ${srcdir}/../include/obstack.h ${srcdir}/gdbtypes.h ${srcdir}/frame.h ${srcdir}/expression.h ${srcdir}/language.h ${srcdir}/value.h \
  1179.   ${srcdir}/parser-defs.h ${srcdir}/../include/bfd.h ${srcdir}/symfile.h ${srcdir}/objfiles.h 
  1180. m68k-pinsn.o : m68k-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1181.   ${srcdir}/../include/obstack.h ${srcdir}/../include/opcode/m68k.h gdbcore.h ${srcdir}/../include/bfd.h 
  1182. m68k-tdep.o : m68k-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ieee-float.h \
  1183.   frame.h symtab.h ${srcdir}/../include/obstack.h 
  1184. m88k-pinsn.o : m88k-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/../include/opcode/m88k.h \
  1185.   symtab.h ${srcdir}/../include/obstack.h 
  1186. m88k-tdep.o : m88k-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1187.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1188.   gdbcore.h ${srcdir}/../include/bfd.h /usr/include/setjmp.h 
  1189. m88k-xdep.o : m88k-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1190.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1191.   gdbcore.h ${srcdir}/../include/bfd.h /usr/include/setjmp.h 
  1192. mach386-xdep.o : mach386-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1193.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1194.   signame.h gdbcore.h ${srcdir}/../include/bfd.h 
  1195. main.o : main.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status gdbcmd.h command.h \
  1196.   call-cmds.h symtab.h ${srcdir}/../include/obstack.h inferior.h breakpoint.h frame.h \
  1197.   value.h gdbtypes.h expression.h signals.h target.h ${srcdir}/../include/bfd.h language.h \
  1198.   ${srcdir}/../include/getopt.h ${srcdir}/../readline/readline.h ${srcdir}/../readline/keymaps.h ${srcdir}/../readline/chardefs.h \
  1199.   ${srcdir}/../readline/history.h 
  1200. mem-break.o : mem-break.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status 
  1201. minsyms.o : minsyms.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1202.   ${srcdir}/../include/bfd.h symfile.h objfiles.h 
  1203. mips-pinsn.o : mips-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1204.   ${srcdir}/../include/obstack.h ${srcdir}/../include/opcode/mips.h 
  1205. mips-tdep.o : mips-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1206.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1207.   gdbcmd.h command.h language.h gdbcore.h ${srcdir}/../include/bfd.h symfile.h objfiles.h 
  1208. mips-xdep.o : mips-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1209.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1210.   gdbcore.h ${srcdir}/../include/bfd.h 
  1211. mipsread.o : mipsread.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm-mips.h ${srcdir}/../include/coff/sym.h \
  1212.   ${srcdir}/../include/coff/symconst.h symtab.h ${srcdir}/../include/obstack.h gdbtypes.h gdbcore.h \
  1213.   ${srcdir}/../include/bfd.h symfile.h objfiles.h buildsym.h ${srcdir}/../include/coff/mips.h \
  1214.   ${srcdir}/../bfd/libaout.h ${srcdir}/../include/aout/aout64.h ${srcdir}/../include/aout/stab_gnu.h ${srcdir}/../include/aout/stab.def \
  1215.   ${srcdir}/../include/coff/ecoff-ext.h partial-stab.h 
  1216. news-xdep.o : news-xdep.c 
  1217. Onindy.o : ${srcdir}/nindy-share/Onindy.c ${srcdir}/nindy-share/ttycntl.h ${srcdir}/nindy-share/block_io.h \
  1218.   ${srcdir}/../include/wait.h ${srcdir}/nindy-share/env.h /usr/include/string.h 
  1219. nindy.o : ${srcdir}/nindy-share/nindy.c ${srcdir}/nindy-share/ttycntl.h ${srcdir}/nindy-share/block_io.h ${srcdir}/../include/wait.h \
  1220.   ${srcdir}/nindy-share/env.h /usr/include/string.h 
  1221. ttybreak.o : ${srcdir}/nindy-share/ttybreak.c ${srcdir}/nindy-share/ttycntl.h 
  1222. ttyflush.o : ${srcdir}/nindy-share/ttyflush.c ${srcdir}/nindy-share/ttycntl.h 
  1223. nindy-tdep.o : nindy-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1224.   ${srcdir}/../include/obstack.h frame.h 
  1225. ns32k-pinsn.o : ns32k-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1226.   ${srcdir}/../include/obstack.h ns32k-opcode.h gdbcore.h ${srcdir}/../include/bfd.h 
  1227. objfiles.o : objfiles.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/../include/bfd.h \
  1228.   ${srcdir}/../include/obstack.h symtab.h symfile.h objfiles.h 
  1229. parse.o : parse.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1230.   gdbtypes.h frame.h expression.h value.h command.h language.h parser-defs.h 
  1231. printcmd.o : printcmd.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h symtab.h \
  1232.   ${srcdir}/../include/obstack.h gdbtypes.h value.h expression.h language.h gdbcore.h \
  1233.   ${srcdir}/../include/bfd.h gdbcmd.h command.h target.h breakpoint.h 
  1234. procfs.o : procfs.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status 
  1235. pyr-pinsn.o : pyr-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1236.   ${srcdir}/../include/obstack.h ${srcdir}/../include/opcode/pyr.h gdbcore.h ${srcdir}/../include/bfd.h 
  1237. pyr-tdep.o : pyr-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status 
  1238. pyr-xdep.o : pyr-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1239.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1240.   gdbcore.h ${srcdir}/../include/bfd.h 
  1241. remote-adapt.o : remote-adapt.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status inferior.h \
  1242.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h frame.h value.h gdbtypes.h expression.h \
  1243.   ${srcdir}/../include/wait.h terminal.h target.h ${srcdir}/../include/bfd.h gdbcore.h 
  1244. remote-eb.o : remote-eb.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm-29k.h inferior.h \
  1245.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h frame.h value.h gdbtypes.h expression.h \
  1246.   ${srcdir}/../include/wait.h terminal.h target.h ${srcdir}/../include/bfd.h gdbcore.h 
  1247. remote-hms.o : remote-hms.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status inferior.h \
  1248.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h frame.h value.h gdbtypes.h expression.h \
  1249.   ${srcdir}/../include/wait.h terminal.h target.h ${srcdir}/../include/bfd.h gdbcore.h 
  1250. remote-mm.o : remote-mm.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status inferior.h \
  1251.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h frame.h value.h gdbtypes.h expression.h \
  1252.   ${srcdir}/../include/wait.h terminal.h minimon.h target.h ${srcdir}/../include/bfd.h 
  1253. remote-nindy.o : remote-nindy.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1254.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1255.   target.h ${srcdir}/../include/bfd.h gdbcore.h command.h ieee-float.h ${srcdir}/../include/wait.h \
  1256.   ${srcdir}/nindy-share/ttycntl.h ${srcdir}/nindy-share/demux.h ${srcdir}/nindy-share/env.h ${srcdir}/nindy-share/stop.h 
  1257. remote-vx.o : remote-vx.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1258.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1259.   ${srcdir}/../include/wait.h target.h ${srcdir}/../include/bfd.h gdbcore.h command.h symfile.h \
  1260.   ${srcdir}/vx-share/xdr_ptrace.h ${srcdir}/vx-share/xdr_regs.h ${srcdir}/vx-share/reg.h ${srcdir}/vx-share/xdr_ld.h \
  1261.   ${srcdir}/vx-share/xdr_rdb.h ${srcdir}/vx-share/dbgRpcLib.h 
  1262. remote.o : remote.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1263.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1264.   target.h ${srcdir}/../include/bfd.h ${srcdir}/../include/wait.h terminal.h 
  1265. rs6000-pinsn.o : rs6000-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/../include/opcode/rs6k.h 
  1266. rs6000-tdep.o : rs6000-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1267.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1268.   target.h ${srcdir}/../include/bfd.h 
  1269. rs6000-xdep.o : rs6000-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1270.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1271.   target.h ${srcdir}/../include/bfd.h 
  1272. signame.o : signame.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status signame.h 
  1273. solib.o : solib.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1274.   ${srcdir}/../include/bfd.h symfile.h objfiles.h gdbcore.h command.h target.h frame.h \
  1275.   regex.h inferior.h breakpoint.h value.h gdbtypes.h expression.h 
  1276. source.o : source.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1277.   expression.h language.h command.h gdbcmd.h frame.h gdbcore.h ${srcdir}/../include/bfd.h \
  1278.   regex.h symfile.h objfiles.h 
  1279. sparc-pinsn.o : sparc-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1280.   ${srcdir}/../include/obstack.h ${srcdir}/../include/opcode/sparc.h gdbcore.h ${srcdir}/../include/bfd.h \
  1281.   /usr/include/string.h target.h 
  1282. sparc-tdep.o : sparc-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1283.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1284.   signame.h target.h ${srcdir}/../include/bfd.h ieee-float.h gdbcore.h 
  1285. sparc-xdep.o : sparc-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm-sparc.h inferior.h \
  1286.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h frame.h value.h gdbtypes.h expression.h \
  1287.   target.h ${srcdir}/../include/bfd.h gdbcore.h 
  1288. stack.o : stack.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status value.h symtab.h \
  1289.   ${srcdir}/../include/obstack.h gdbtypes.h expression.h language.h frame.h gdbcmd.h command.h \
  1290.   gdbcore.h ${srcdir}/../include/bfd.h target.h breakpoint.h 
  1291. sun3-xdep.o : sun3-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status inferior.h \
  1292.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h frame.h value.h gdbtypes.h expression.h \
  1293.   gdbcore.h ${srcdir}/../include/bfd.h 
  1294. sun386-xdep.o : sun386-xdep.c 
  1295. symfile.o : symfile.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1296.   gdbtypes.h gdbcore.h ${srcdir}/../include/bfd.h frame.h target.h value.h expression.h \
  1297.   symfile.h objfiles.h gdbcmd.h command.h breakpoint.h 
  1298. symm-tdep.o : symm-tdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1299.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1300.   gdbcore.h ${srcdir}/../include/bfd.h 
  1301. symm-xdep.o : symm-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1302.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1303.   gdbcore.h ${srcdir}/../include/bfd.h 
  1304. symmisc.o : symmisc.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1305.   gdbtypes.h ${srcdir}/../include/bfd.h symfile.h objfiles.h breakpoint.h frame.h value.h \
  1306.   expression.h command.h 
  1307. symtab.o : symtab.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1308.   gdbtypes.h gdbcore.h ${srcdir}/../include/bfd.h frame.h target.h value.h expression.h \
  1309.   symfile.h objfiles.h gdbcmd.h command.h call-cmds.h regex.h language.h 
  1310. tahoe-pinsn.o : tahoe-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1311.   ${srcdir}/../include/obstack.h ${srcdir}/../include/opcode/tahoe.h 
  1312. target.o : target.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status target.h ${srcdir}/../include/bfd.h \
  1313.   ${srcdir}/../include/obstack.h gdbcmd.h command.h symtab.h inferior.h breakpoint.h frame.h \
  1314.   value.h gdbtypes.h expression.h symfile.h objfiles.h 
  1315. ultra3-xdep.o : ultra3-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h \
  1316.   inferior.h symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1317.   gdbcore.h ${srcdir}/../include/bfd.h 
  1318. umax-xdep.o : umax-xdep.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1319.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1320.   gdbcore.h ${srcdir}/../include/bfd.h 
  1321. utils.o : utils.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status signals.h gdbcmd.h \
  1322.   command.h terminal.h ${srcdir}/../include/bfd.h ${srcdir}/../include/obstack.h target.h 
  1323. valarith.o : valarith.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status value.h symtab.h \
  1324.   ${srcdir}/../include/obstack.h gdbtypes.h expression.h target.h ${srcdir}/../include/bfd.h 
  1325. valops.o : valops.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1326.   gdbtypes.h value.h expression.h frame.h inferior.h breakpoint.h gdbcore.h ${srcdir}/../include/bfd.h \
  1327.   target.h 
  1328. valprint.o : valprint.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1329.   gdbtypes.h value.h expression.h gdbcore.h ${srcdir}/../include/bfd.h gdbcmd.h command.h \
  1330.   target.h language.h 
  1331. values.o : values.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h ${srcdir}/../include/obstack.h \
  1332.   gdbtypes.h value.h expression.h gdbcore.h ${srcdir}/../include/bfd.h frame.h command.h \
  1333.   gdbcmd.h target.h 
  1334. vax-pinsn.o : vax-pinsn.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status symtab.h \
  1335.   ${srcdir}/../include/obstack.h ${srcdir}/../include/opcode/vax.h 
  1336. xdr_ld.o : ${srcdir}/vx-share/xdr_ld.c ${srcdir}/vx-share/vxWorks.h ${srcdir}/vx-share/vxTypes.h /usr/include/rpc/rpc.h \
  1337.   ${srcdir}/vx-share/xdr_ld.h 
  1338. xdr_ptrace.o : ${srcdir}/vx-share/xdr_ptrace.c 
  1339. xdr_rdb.o : ${srcdir}/vx-share/xdr_rdb.c ${srcdir}/vx-share/vxWorks.h ${srcdir}/vx-share/vxTypes.h ${srcdir}/vx-share/xdr_rdb.h 
  1340. xdr_regs.o : ${srcdir}/vx-share/xdr_regs.c 
  1341. xcoffexec.o : xcoffexec.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status frame.h inferior.h \
  1342.   symtab.h ${srcdir}/../include/obstack.h breakpoint.h value.h gdbtypes.h expression.h \
  1343.   target.h ${srcdir}/../include/bfd.h gdbcmd.h command.h gdbcore.h symfile.h objfiles.h \
  1344.   ${srcdir}/../bfd/libbfd.h xcoffsolib.h 
  1345. xcoffread.o : xcoffread.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/../include/bfd.h \
  1346.   ${srcdir}/../include/obstack.h 
  1347. xcoffsolib.o : xcoffsolib.c defs.h ${srcdir}/../include/ansidecl.h xm.h config.status tm.h config.status ${srcdir}/../include/bfd.h \
  1348.   ${srcdir}/../include/obstack.h xcoffsolib.h 
  1349.